projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04d1f61
)
xen/Makefile: Belatedly update XEN_EXTRAVERSION for rc3 release
author
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Wed, 2 Feb 2011 17:04:46 +0000
(17:04 +0000)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Wed, 2 Feb 2011 17:04:46 +0000
(17:04 +0000)
In rc3, XEN_EXTRAVERSION should mention rc4-pre.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
xen/Makefile
patch
|
blob
|
history
diff --git
a/xen/Makefile
b/xen/Makefile
index 27fad68846e5693e9151f63cef49e1605913e621..e69ba439f55218f258de935cf4a16f8e1afc64ec 100644
(file)
--- a/
xen/Makefile
+++ b/
xen/Makefile
@@
-2,7
+2,7
@@
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 1
-export XEN_EXTRAVERSION ?= .0-rc
3
-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc
4
-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version